cody - HTMLify profile

cody
4270 Files
632543 Views
Latest files of /cody/solygambas/html-css-javascript-projects/074-relaxer app
@import url("https://fonts.googleapis.com/css?family=Montserrat&display=swap");
:root {
--background-color: #046973;
--large-circle-color: #010f1c;
--light-color: #dcebfe;
--gradient-color-light: #5fa0ac;
--gradient-color-light-border: #65a3ad;
:root {
--background-color: #046973;
--large-circle-color: #010f1c;
--light-color: #dcebfe;
--gradient-color-light: #5fa0ac;
--gradient-color-light-border: #65a3ad;
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="style.css" />
<title>Relaxer</title>
</head>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="style.css" />
<title>Relaxer</title>
</head>
const container = document.getElementById("container");
const text = document.getElementById("text");
// The 4-7-8 breathing technique: https://www.medicalnewstoday.com/articles/324417
const totalTime = 19000;
const breatheTime = 4000;
const holdTime = 7000;
const text = document.getElementById("text");
// The 4-7-8 breathing technique: https://www.medicalnewstoday.com/articles/324417
const totalTime = 19000;
const breatheTime = 4000;
const holdTime = 7000;